Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 27 6 wip #4582

Merged
merged 19 commits into from
Dec 15, 2023
Merged

Test 27 6 wip #4582

merged 19 commits into from
Dec 15, 2023

Conversation

Leo-Besancon
Copy link
Collaborator

  • document all added functions
  • try in sandbox /simulation/labnet
    • if part of node-launch, checked using the resync_check flag
  • unit tests on the added/changed features
    • make tests compile
    • make tests pass
  • add logs allowing easy debugging in case the changes caused problems
  • if the API has changed, update the API specification

Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (29f6e6d) 71.76% compared to head (9a4f384) 71.78%.

❗ Current head 9a4f384 differs from pull request most recent head 264f88f. Consider uploading reports for the commit 264f88f to get more accurate results

Files Patch % Lines
massa-execution-worker/src/execution.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4582      +/-   ##
==========================================
+ Coverage   71.76%   71.78%   +0.01%     
==========================================
  Files         291      291              
  Lines       51301    51642     +341     
==========================================
+ Hits        36818    37069     +251     
- Misses      14483    14573      +90     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@damip
Copy link
Member

damip commented Dec 10, 2023

@Leo-Besancon Let's also do the following to proactively try to fix the regression Dusa observed:

This should increase our chances of fixing the unexpected regression

@damip
Copy link
Member

damip commented Dec 10, 2023

@Leo-Besancon Since keys are rotated, we should update the securenet faucet

@Leo-Besancon
Copy link
Collaborator Author

@Leo-Besancon Since keys are rotated, we should update the securenet faucet

Faucet was updated on wednesday ;). Indead it did not work before as it tried to send coins with an address not in its wallet.

Leo-Besancon and others added 8 commits December 11, 2023 11:22
* Update to wasmer 4.2.4 (#4581)

Co-authored-by: sydhds <sydhds@gmail.com>

* typo fix

* typo fix

* typo fix

* typo fix

* typo fix

---------

Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>
Co-authored-by: Leo-Besancon <lb@massa.net>
Signed-off-by: Jean-François <jfm@laposte.net>
@Leo-Besancon Leo-Besancon marked this pull request as ready for review December 15, 2023 10:20
@Leo-Besancon Leo-Besancon requested a review from damip December 15, 2023 10:20
@damip damip merged commit 1425b01 into main Dec 15, 2023
10 checks passed
Leo-Besancon added a commit that referenced this pull request Dec 15, 2023
* Update addresses and public keys

* Add more info to double staking protection's panic message

* fmt

* update version and genesis

* Update version and CI

* Update Cargo.lock

* add community charter

* Add serde json tests (#4579)

* chore: typo fix (#4589)

* Update to wasmer 4.2.4 (#4581)

Co-authored-by: sydhds <sydhds@gmail.com>

* typo fix

* typo fix

* typo fix

* typo fix

* typo fix

---------

Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>

* ci: add checksum + tested with ACT (#4590)

* Upgrade-to-latest-toolchain (#4585)

Co-authored-by: Leo-Besancon <lb@massa.net>

* Update massa-sc-runtime

Signed-off-by: Jean-François <jfm@laposte.net>

* Cargo update

* Remove compatibility layer in tracing (#4535)

* Add deferred_credits initial file for test

* Update Genesis and CI

* Push back Genesis

* Same

---------

Signed-off-by: Jean-François <jfm@laposte.net>
Co-authored-by: Damir Vodenicarevic <damipator@gmail.com>
Co-authored-by: Moncef AOUDIA <ma@massa.net>
Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com>
Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>
Co-authored-by: Jean-François <jfm@laposte.net>
sydhds added a commit that referenced this pull request Dec 20, 2023
* Update addresses and public keys

* Add more info to double staking protection's panic message

* fmt

* update version and genesis

* Update version and CI

* Update Cargo.lock

* add community charter

* Add serde json tests (#4579)

* chore: typo fix (#4589)

* Update to wasmer 4.2.4 (#4581)

Co-authored-by: sydhds <sydhds@gmail.com>

* typo fix

* typo fix

* typo fix

* typo fix

* typo fix

---------

Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>

* ci: add checksum + tested with ACT (#4590)

* Upgrade-to-latest-toolchain (#4585)

Co-authored-by: Leo-Besancon <lb@massa.net>

* Update massa-sc-runtime

Signed-off-by: Jean-François <jfm@laposte.net>

* Cargo update

* Remove compatibility layer in tracing (#4535)

* Add deferred_credits initial file for test

* Update Genesis and CI

* Push back Genesis

* Same

---------

Signed-off-by: Jean-François <jfm@laposte.net>
Co-authored-by: Damir Vodenicarevic <damipator@gmail.com>
Co-authored-by: Moncef AOUDIA <ma@massa.net>
Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com>
Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>
Co-authored-by: Jean-François <jfm@laposte.net>
sydhds added a commit that referenced this pull request Dec 20, 2023
* Update addresses and public keys

* Add more info to double staking protection's panic message

* fmt

* update version and genesis

* Update version and CI

* Update Cargo.lock

* add community charter

* Add serde json tests (#4579)

* chore: typo fix (#4589)

* Update to wasmer 4.2.4 (#4581)

Co-authored-by: sydhds <sydhds@gmail.com>

* typo fix

* typo fix

* typo fix

* typo fix

* typo fix

---------

Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>

* ci: add checksum + tested with ACT (#4590)

* Upgrade-to-latest-toolchain (#4585)

Co-authored-by: Leo-Besancon <lb@massa.net>

* Update massa-sc-runtime

Signed-off-by: Jean-François <jfm@laposte.net>

* Cargo update

* Remove compatibility layer in tracing (#4535)

* Add deferred_credits initial file for test

* Update Genesis and CI

* Push back Genesis

* Same

---------

Signed-off-by: Jean-François <jfm@laposte.net>
Co-authored-by: Damir Vodenicarevic <damipator@gmail.com>
Co-authored-by: Moncef AOUDIA <ma@massa.net>
Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com>
Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>
Co-authored-by: Jean-François <jfm@laposte.net>
github-merge-queue bot pushed a commit that referenced this pull request Dec 22, 2023
* Add initial chain id impl

* Add chain id to jsonrpc, grpc public & grpc private api

* Add massa-client features sandbox

* Add chain id SC unit test

* Fix unit test + add dummy gas costs

* Update massa-proto-rs dependency

* Update massa-sc-runtime dependency

* Add unit test allowing easy update of massa docs

* Use chain id through config instead of constants directly

* Use chain id everywhere (round 1) (#4594)

* Use chain id everywhere (round 1)

* Use chain id in massa client

---------

Co-authored-by: sydhds <sydhds@gmail.com>

* Remove confusing chain id

* Fix some unit tests

* Test 27 6 wip (#4582)

* Update addresses and public keys

* Add more info to double staking protection's panic message

* fmt

* update version and genesis

* Update version and CI

* Update Cargo.lock

* add community charter

* Add serde json tests (#4579)

* chore: typo fix (#4589)

* Update to wasmer 4.2.4 (#4581)

Co-authored-by: sydhds <sydhds@gmail.com>

* typo fix

* typo fix

* typo fix

* typo fix

* typo fix

---------

Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>

* ci: add checksum + tested with ACT (#4590)

* Upgrade-to-latest-toolchain (#4585)

Co-authored-by: Leo-Besancon <lb@massa.net>

* Update massa-sc-runtime

Signed-off-by: Jean-François <jfm@laposte.net>

* Cargo update

* Remove compatibility layer in tracing (#4535)

* Add deferred_credits initial file for test

* Update Genesis and CI

* Push back Genesis

* Same

---------

Signed-off-by: Jean-François <jfm@laposte.net>
Co-authored-by: Damir Vodenicarevic <damipator@gmail.com>
Co-authored-by: Moncef AOUDIA <ma@massa.net>
Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com>
Co-authored-by: Sydhds <sylvain.delhomme@gmail.com>
Co-authored-by: sydhds <sydhds@gmail.com>
Co-authored-by: Jean-François <jfm@laposte.net>

* Add initial chain id impl

* Use chain id everywhere (round 1) (#4594)

* Use chain id everywhere (round 1)

* Use chain id in massa client

---------

Co-authored-by: sydhds <sydhds@gmail.com>

* Fix unit tests (final round)

* Minor fix

* Revert some nasty insert from bad rebase

* Auto gen chain id from VERSION

* Cargo clippy && fmt && doc pass

* Update massa-sc-runtime dependency

---------

Signed-off-by: Jean-François <jfm@laposte.net>
Co-authored-by: sydhds <sydhds@gmail.com>
Co-authored-by: Leo-Besancon <lb@massa.net>
Co-authored-by: Damir Vodenicarevic <damipator@gmail.com>
Co-authored-by: Moncef AOUDIA <ma@massa.net>
Co-authored-by: Ursulafe <152976968+Ursulafe@users.noreply.github.com>
Co-authored-by: Jean-François <jfm@laposte.net>
@bilboquet bilboquet deleted the test_27_6_wip branch May 28, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants